Skip to content

fix(ci): fix invalid vercel action reference in deploy workflow - #533

Open
roobie001 wants to merge 4 commits into
PromptMintLabs:mainfrom
roobie001:fix/fix-vercel-deploy-action
Open

fix(ci): fix invalid vercel action reference in deploy workflow#533
roobie001 wants to merge 4 commits into
PromptMintLabs:mainfrom
roobie001:fix/fix-vercel-deploy-action

Conversation

@roobie001

@roobie001 roobie001 commented Aug 29, 2026

Copy link
Copy Markdown

Closes #395
Closes #386

Summary

  • Fixes deployment workflow failures on commits 161a4e1 and 619a11f.
  • Replaced invalid vercel/action@v5 with amondnet/vercel-action@v25.

Copilot AI lite review requested due to automatic review settings August 29, 2026 02:23
@drips-wave

drips-wave Bot commented Aug 29, 2026

Copy link
Copy Markdown

@roobie001 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to restore the “Deploy - Frontend to Vercel and Artifacts” GitHub Actions workflow by correcting the Vercel deployment action reference that is failing in production deploy automation.

Changes:

  • Introduces amondnet/vercel-action@v25 configuration in the deploy workflow.
  • Adjusts quoting style for several YAML string values (e.g., --prod, 18.x, v2.4.3).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/deploy.yml Outdated
Comment on lines +20 to +29
- uses: amondnet/vercel-action@v25
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-args: "--prod"
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
Comment thread .github/workflows/deploy.yml Outdated
Comment on lines +68 to +71
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-args: '--prod'
vercel-args: "--prod"
@roobie001

Copy link
Copy Markdown
Author

Incident Timeline & Resolution

  • Incident: Automated rollback triggered on commit 161a4e1.
  • Root Cause: Deployment workflow failed because vercel/action@v5 is an unresolvable action repository.
  • Resolution: Replaced the invalid action reference with amondnet/vercel-action@v25 via PR fix(ci): fix invalid vercel action reference in deploy workflow #533
  • Verification: Workflow steps validated for CI deployment.

@roobie001

Copy link
Copy Markdown
Author

Hi @barry01-hash,

Gentle ping on this PR when you get a chance! It resolves the SEV-1 deployment rollback workflow errors for #395 and #386 by updating the invalid vercel/action reference to amondnet/vercel-action@v25.

All CI steps and file ordering issues flagged earlier are fixed and ready to merge. Since the current Drips Wave cycle wraps up today, I'd really appreciate your review so the deploy pipeline can go green and close out the incidents. Thank you!

@barry01-hash

Copy link
Copy Markdown
Collaborator

Resolve conflicts

@roobie001
roobie001 force-pushed the fix/fix-vercel-deploy-action branch from 9410f57 to 6edc2e8 Compare August 31, 2026 08:08
@roobie001

Copy link
Copy Markdown
Author

@barry01-hash All merge conflicts have been resolved and the branch is fully up to date with main. Ready for your review and merge!

@roobie001

Copy link
Copy Markdown
Author

Hi @barry01-hash,

Quick final check-in before the Wave cutoff in less than an hour!

The conflicts are resolved and the branch is fully green and ready for a 1-click merge to resolve SEV-1 tickets #395 and #386. Appreciate your quick review and merge so this can be credited for the wave! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants